From: Roan Kattouw Date: Tue, 8 Nov 2011 21:38:06 +0000 (+0000) Subject: Revert r99307 and its friend r99309, improper use of !important per CR X-Git-Tag: 1.31.0-rc.0~26633 X-Git-Url: http://git.cyclocoop.org/%27%20.%20%24prefix%20.%20Wiki::transformTitleToURI%28%24matches%5B1%5D%29%20.%20%27?a=commitdiff_plain;h=a09b5199266632e08229afb8555ba77401306170;p=lhc%2Fweb%2Fwiklou.git Revert r99307 and its friend r99309, improper use of !important per CR --- diff --git a/resources/jquery/jquery.tablesorter.css b/resources/jquery/jquery.tablesorter.css index c31760a1de..a88acc0909 100644 --- a/resources/jquery/jquery.tablesorter.css +++ b/resources/jquery/jquery.tablesorter.css @@ -1,21 +1,17 @@ -/* - * The !important is to make sure someone doesn't use element styling - * to set the background or padding of a headercell and - * accidently override all these options. - */ +/* Table Sorting */ table.jquery-tablesorter th.headerSort { /* @embed */ - background-image: url(images/sort_both.gif) !important; + background-image: url(images/sort_both.gif); cursor: pointer; - background-repeat: no-repeat !important; - background-position: center right !important; - padding-right: 21px !important; + background-repeat: no-repeat; + background-position: center right; + padding-right: 21px; } table.jquery-tablesorter th.headerSortUp { /* @embed */ - background-image: url(images/sort_up.gif) !important; + background-image: url(images/sort_up.gif); } table.jquery-tablesorter th.headerSortDown { /* @embed */ - background-image: url(images/sort_down.gif) !important; + background-image: url(images/sort_down.gif); }